home *** CD-ROM | disk | FTP | other *** search
/ SGI Origin & Onyx2 Patches 1998 May / Origin and Onyx2 System Disk Patches May 1998.img / dist / patchSG0002024.idb / var / sysgen / mtune / cachefs.z / cachefs
Text File  |  1997-09-04  |  2KB  |  40 lines

  1. **************************************************************************
  2. * Copyright 1990-1992, Silicon Graphics, Inc. 
  3. * All Rights Reserved.
  4. *
  5. * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
  6. * the contents of this file may not be disclosed to third parties, copied or 
  7. * duplicated in any form, in whole or in part, without the prior written 
  8. * permission of Silicon Graphics, Inc.
  9. *
  10. * RESTRICTED RIGHTS LEGEND:
  11. * Use, duplication or disclosure by the Government is subject to restrictions 
  12. * as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
  13. * and Computer Software clause at DFARS 252.227-7013, and/or in similar or 
  14. * successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished - 
  15. * rights reserved under the Copyright Laws of the United States.
  16. **************************************************************************
  17. *
  18. *#ident "$Revision: 1.7 $"
  19. *
  20. * This is a read-only file. User-specified tunables are stored
  21. * in usr/sysgen/stune.
  22. *
  23. * cachefs_readahead    This is the number of blocks to read ahead of the
  24. *            current block being read.  These will be read
  25. *            asynchronously.
  26. * cachefs_max_threads    This is the maximum number of asynchronous I/O
  27. *            daemons allowed to be running per cachefs mount.
  28. * replacement_timeout    time in seconds before the replacement daemon will
  29. *            time out if no replacement request has been made
  30. *            and reconstruct the replacement list
  31.  
  32. cachefs: run
  33.  
  34. * name            default        minimum        maximum
  35.  
  36. cachefs_readahead    1        0        10
  37. cachefs_max_threads    5        1        10
  38. fileheader_cache_size    512        0        8192
  39. replacement_timeout    600        30        86400
  40.